curl -X POST https://api.example.com/newsletter/subscribe \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com" }'
{ "id": 42, "email": "user@example.com", "isActive": true, "createdAt": "2026-03-10T14:30:00.000Z" }
Subscribe an email address to the newsletter
true